
/* 底部版权 */
.footer-box-new {
  background: #2d2d2d;
  width: 100%;
  height: 168px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.left .left-items{
  margin-top: 3px;
  margin-bottom: 3px;
  display: flex;
  align-items: center;
}
.footer-box-new .left{
  display: flex;
  flex-direction: column;
  justify-content: left;
  color: #b2b2b2;
  font-size: 12px;
}
.footer-box-new .right-imgs{
  display: flex;
  flex-direction: row;
  margin-left: 120px;
}
.right-imgs-item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 14px;
  margin-left: 20px;
  margin-right: 20px;
}
.right-imgs-item-img{
  width: 90px;
  height: 90px;
}
.i-love-it{
  width: 12px;
  height: 12px;
}
.canclick{
  cursor: pointer;
}
.right-imgs-item-img-tittle{
  margin-top: 12px;
}
.hidden-block{
  display: none;
}